EmailAddressCollection Class |
Namespace: Independentsoft.Sip.Sdp
The EmailAddressCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| EmailAddressCollection |
Initializes a new instance of the EmailAddressCollection class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the EmailAddressCollection.
| |
| EmailAddresses |
Gets array of email addresses.
| |
| IsSynchronized |
Gets a value indicating whether access to the EmailAddressCollection is synchronized (thread-safe).
| |
| Item |
Gets phone number associated with the specified position. In C#, this property is the indexer for the EmailAddressCollection class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the EmailAddressCollection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an email address to the collection.
| |
| Clear |
Removes all elements from the EmailAddressCollection.
| |
| CopyTo |
Copies an EmailAddressCollection array to the collection, starting at a specified target index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an IEnumerator that can iterate through the EmailAddressCollection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes the specified phone number from the collection, if it is present.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |